projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2ebebe
)
GtkFileChooserDefault: Drop some unused struct members
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 9 Nov 2013 19:50:13 +0000
(14:50 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 9 Nov 2013 19:55:11 +0000
(14:55 -0500)
gtk/gtkfilechooserdefault.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserdefault.c
b/gtk/gtkfilechooserdefault.c
index 3e8a847ef6d6117f57fb2e55d47e2b68a6ce8df8..6775e79e26c2ced0386950433c328d119b23bcc6 100644
(file)
--- a/
gtk/gtkfilechooserdefault.c
+++ b/
gtk/gtkfilechooserdefault.c
@@
-304,10
+304,6
@@
typedef struct {
guint list_sort_ascending : 1;
guint changing_folder : 1;
guint shortcuts_current_folder_active : 1;
- guint has_home : 1;
- guint has_desktop : 1;
- guint has_search : 1;
- guint has_recent: 1;
guint show_size_column : 1;
guint create_folders : 1;
} GtkFileChooserDefaultPrivate;